From: Ben Hutchings Date: Wed, 24 Dec 2014 16:44:06 +0000 (+0100) Subject: x86/efi: Autoload efi-pstore X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~26^2~5 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=63fc60a4d6e7e6fa7ce8269636eb4121c3b46b98;p=linux-4.9.git x86/efi: Autoload efi-pstore efi-pstore should be auto-loaded on EFI systems, same as efivars. Gbp-Pq: Topic features/all Gbp-Pq: Name efi-autoload-efi-pstore.patch --- diff --git a/drivers/firmware/efi/efi-pstore.c b/drivers/firmware/efi/efi-pstore.c index e992abc5ef26..c8d794c58479 100644 --- a/drivers/firmware/efi/efi-pstore.c +++ b/drivers/firmware/efi/efi-pstore.c @@ -400,3 +400,4 @@ module_exit(efivars_pstore_exit); MODULE_DESCRIPTION("EFI variable backend for pstore"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:efivars");